home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / security / mw-test / readmdir.me < prev   
Text File  |  1996-07-10  |  2KB  |  44 lines

  1.                                     MDIR
  2.  
  3.                         Written by Michael D. Pierce
  4.  
  5. MDIR can allow you to scan an entire Volume, or just part of it, and change
  6. any [No owner] files to SUPERVISOR. This will prevent any possible conflicts
  7. later. You can also convert file ownership from one user to another.
  8.  
  9. Suppose you are going to delete a user and want to make sure any files
  10. owned by that user are not given the fatal "No owner" flag. What do you do?
  11. Run MDIR with the /C option and change all files flagged by one user to
  12. another (you specify the new user!).
  13.  
  14. This can be especially handy is the SA did not install programs as SUPERVISOR,
  15. and wants to untag all these files as his.
  16.  
  17. MDIR can also be useful just for showing which files belong to you, or list
  18. the entire Volume for review.
  19.  
  20. So, in a nut shell, here's what the registered MDIR can do:
  21.  
  22.    o  MDIR works with both files and directories!
  23.    o  Change all "No owner" files to SUPERVISOR
  24.    o  Change all files tagged by one user to another
  25.    o  Display all files (or just a portion) on a Volume and their owner
  26.    o  Display all files owned by the user, all no owner files.
  27.    o  Give output in either full format, or short mode.
  28.  
  29. Type "MDIR ?" for a list of commands. You have to be a supervisor equivalent
  30. or SUPERVISOR for the change functions to work properly.
  31.  
  32. -------------------------------------------------------------------------------
  33.  
  34. MDIR - List file owners recursivly. Written by Michael D. Pierce. (v1.3c)
  35.  
  36.     Usage: MDIR [/m][/a][/n][/s][/c][/C]
  37.            /m - List only files belonging to user
  38.            /r - List files in directories recursivly
  39.            /n - List only files with no owners
  40.            /s - Short listing only showing full pathname
  41.                 When used with /C does not effect directories
  42.            /c - Change NO OWNER files to SUPERVISOR files
  43.            /C - convert owner from one id to another (will be prompted for ids)
  44.